Apache MyFaces

Apache MyFaces
Developer(s) Apache Software Foundation
Stable release 2.0.3 / December 17, 2010; 13 months ago (2010-12-17)[1]
Written in Java
Operating system Cross-platform
Type Web Framework
License Apache License 2.0
Website http://myfaces.apache.org

Apache MyFaces is an Apache Software Foundation project that creates and maintains an open-source JavaServer Faces implementation, along with several libraries of JSF components that can be deployed on the core implementation. The project is divided into several sub-projects:

Contents

Core

The MyFaces Core subproject is an open-source implementation of the JavaServer Faces specifications 1.1, 1.2 and 2.0. The latest version 2.0.0 was released on 2010-04-21[2]. Each major release of MyFaces Core is certified against the Sun TCK to ensure compliance[3].

The core subproject is divided into two submodules:

These two submodules are distributed in two libraries, myfaces-api.jar and myfaces-impl.jar. Both of them are needed to be able to deploy a JSF based web application.

The latest release of MyFaces Core is 2.0.3. It requires Java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation[4].

See also

References

External links